home *** CD-ROM | disk | FTP | other *** search
- #ifndef DIAMONDBOX_H
- #define DIAMONDBOX_H
- /*
- ** DiamondBox.h - 27. august 1998 - Nikolaj Thygesen
- ** ----------------------------------------------------
- */
-
- //typedef unsigned ASM (*GUIeventHandler)(D0 int, D1 int, A0 char *, A1 struct PebbleHandle *);
-
- extern enum RCode ASM DumpError(D0 enum RCode, A0 char *);
- extern unsigned ASM DefaultColor(void);
- extern unsigned ASM DiamondRequest(A0 char *, A1 char *);
- extern unsigned ASM LoaderFilename(A0 char *, A1 char *);
- extern unsigned ASM SaverFilename(A0 char *);
- extern enum RCode ASM DisplayGUI(
- A0 char *,
- A1 struct PebbleHandle *,
- A2 GUIeventHandler
- );
- extern unsigned ASM CommonBox(
- A0 struct BoxRegion *,
- A1 struct BoxRegion *,
- A2 struct BoxRegion *
- );
- extern void ASM UnionBox(
- A0 struct BoxRegion *,
- A1 struct BoxRegion *
- );
- extern char * ASM int2str(
- D0 int,
- A0 char *
- );
- extern struct PebbleHandle *ASM AllocPebbleHandle(D0 unsigned);
- extern enum RCode ASM SetDialogValue(
- D0 unsigned,
- A0 char *,
- A1 struct PebbleHandle *
- );
- extern void ASM FreePebbleHandle(A0 struct PebbleHandle *);
-
- /*
- ** This is included to enable Pebbles to reach "diamondbox.library"
- ** ----------------------------------------------------------------
- */
- #include "proto/DiamondBox.pragma"
-
- /* End Of File */
- #endif
-